const regexp.startSize
9 uses
regexp (current package)
regexp.go#L1077: const startSize = 10 // The size at which to start a slice in the 'All' routines.
regexp.go#L1090: result = make([][]byte, 0, startSize)
regexp.go#L1108: result = make([][]int, 0, startSize)
regexp.go#L1126: result = make([]string, 0, startSize)
regexp.go#L1144: result = make([][]int, 0, startSize)
regexp.go#L1162: result = make([][][]byte, 0, startSize)
regexp.go#L1186: result = make([][]int, 0, startSize)
regexp.go#L1204: result = make([][]string, 0, startSize)
regexp.go#L1229: result = make([][]int, 0, startSize)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |